ExtendedPropertyId Constructor (Int32, Byte) |
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ExtendedPropertyId(
int id,
byte[] guid
)
Public Sub New (
id As Integer,
guid As Byte()
)
Parameters
- id
- Type: SystemInt32
The identifier. - guid
- Type: SystemByte
The unique identifier.
See Also